mcl_preview_frame

typedef struct mcl_preview_frame {
    char *path;
    int delay_ms;
} mcl_preview_frame
  • Declaration

    Objective-C

    struct mcl_preview_frame {
        char *path;
        int delay_ms;
    }

    Swift

    struct mcl_preview_frame